projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
489e9e0
)
build: Do not use add_global_flags()
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 24 Jun 2019 14:00:21 +0000
(15:00 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 24 Jun 2019 14:00:21 +0000
(15:00 +0100)
It's almost always not what you want.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 2de01fac9c6a9530c8dda2cec1fd412f9c8855fb..716298a7d934f0a26fa5e32680d512b2ea24d901 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-694,7
+694,7
@@
if graphene_has_sse2 or graphene_has_gcc
message('Need aligned memory due to the use of SSE2 or GCC vector instructions')
if os_win32 and cc.get_id() == 'gcc'
- add_
global
_arguments(['-mstackrealign'], language: 'c')
+ add_
project
_arguments(['-mstackrealign'], language: 'c')
endif
endif